Skip to main content

FlowAssign Constructors

An object defining constructors for the FlowAssign class.

FlowAssign(name, workflowData, workflowCodeInstance)

Constructor for the FlowAssign class. Initializes a new instance of the FlowAssign class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


FlowAssign(name, workflowData, workflowCodeInstance)

Initializes a new instance of the FlowAssign class with the specified name, workflow data, and optional workflow code instance.

Parameters:

name (required): string
The name of the FlowAssign step.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data associated with this step.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance used in this step. Defaults to null.


FlowAssign(name,workflowData,workflowCodeInstance)

Initializes a new instance of the FlowAssign class with a name, workflow data, and workflow code instance.

Parameters:

name (required): string
The name of the API step.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance to use.